[INFO] fetching crate facet-json-write 0.1.14...
[INFO] fixing facet-json-write-0.1.14 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-json-write 0.1.14 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate facet-json-write 0.1.14
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate facet-json-write 0.1.14
[INFO] tweaked toml for crates.io crate facet-json-write 0.1.14 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-json-write 0.1.14 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-json-write 0.1.14 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded facet-peek v0.2.14
[INFO] [stderr]   Downloaded facet-core v0.5.0
[INFO] [stderr]   Downloaded facet-poke v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84
[INFO] running `Command { std: "docker" "start" "55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking facet-core v0.5.0
[INFO] [stderr]     Checking facet-peek v0.2.14
[INFO] [stderr]     Checking facet-poke v0.6.0
[INFO] [stderr]     Checking facet-json-write v0.1.14 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet_derive`
[INFO] [stdout]  --> tests/json-write.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_derive::Facet;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_derive`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use facet_derive::Facet;
[INFO] [stdout] 3 + use facet_core::Facet;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ctor` in this scope
[INFO] [stdout]  --> tests/json-write.rs:9:3
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[ctor::ctor]
[INFO] [stdout]   |   ^^^^ use of unresolved module or unlinked crate `ctor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `env_logger` in this scope
[INFO] [stdout]   --> tests/json-write.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 |     env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout]    |                                   ^^^^^^^^^^ use of unresolved module or unlinked crate `env_logger`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `env_logger`, use `cargo add env_logger` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `env_logger` in this scope
[INFO] [stdout]   --> tests/json-write.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `env_logger`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `env_logger`, use `cargo add env_logger` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::Builder;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -     env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout] 15 +     Builder::from_env(env_logger::Env::default().default_filter_or("trace"))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `facet_core as facet`
[INFO] [stdout]  --> tests/json-write.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use facet_core as facet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `color_backtrace` in this scope
[INFO] [stdout]   --> tests/json-write.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     color_backtrace::install();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `color_backtrace`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `color_backtrace`, use `cargo add color_backtrace` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `LinearFunction: Facet` is not satisfied
[INFO] [stdout]   --> tests/json-write.rs:46:30
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let peek = Peek::new(&test_struct);
[INFO] [stdout]    |                    --------- ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet` is not implemented for `LinearFunction`
[INFO] [stdout]   --> tests/json-write.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     struct LinearFunction {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet`:
[INFO] [stdout]              &[T]
[INFO] [stdout]              &str
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]            and 47 others
[INFO] [stdout] note: required by a bound in `Peek::<'mem>::new`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn new<S: Facet>(s: &'mem S) -> Self {
[INFO] [stdout]    |                   ^^^^^ required by this bound in `Peek::<'mem>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Foo: Facet` is not satisfied
[INFO] [stdout]   --> tests/json-write.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let peek = Peek::new(&test_struct);
[INFO] [stdout]    |                --------- ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet` is not implemented for `Foo`
[INFO] [stdout]   --> tests/json-write.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     struct Foo {
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet`:
[INFO] [stdout]              &[T]
[INFO] [stdout]              &str
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]            and 47 others
[INFO] [stdout] note: required by a bound in `Peek::<'mem>::new`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn new<S: Facet>(s: &'mem S) -> Self {
[INFO] [stdout]    |                   ^^^^^ required by this bound in `Peek::<'mem>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `StaticFoo: Facet` is not satisfied
[INFO] [stdout]   --> tests/json-write.rs:98:26
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let peek = Peek::new(&test_struct);
[INFO] [stdout]    |                --------- ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Facet` is not implemented for `StaticFoo`
[INFO] [stdout]   --> tests/json-write.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     struct StaticFoo {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `Facet`:
[INFO] [stdout]              &[T]
[INFO] [stdout]              &str
[INFO] [stdout]              ()
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]              (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]            and 47 others
[INFO] [stdout] note: required by a bound in `Peek::<'mem>::new`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn new<S: Facet>(s: &'mem S) -> Self {
[INFO] [stdout]    |                   ^^^^^ required by this bound in `Peek::<'mem>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OptStaticFoo: Facet` is not satisfied
[INFO] [stdout]    --> tests/json-write.rs:109:26
[INFO] [stdout]     |
[INFO] [stdout] 109 |     let peek = Peek::new(&test_struct);
[INFO] [stdout]     |                --------- ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                |
[INFO] [stdout]     |                required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet` is not implemented for `OptStaticFoo`
[INFO] [stdout]    --> tests/json-write.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     struct OptStaticFoo {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet`:
[INFO] [stdout]               &[T]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 47 others
[INFO] [stdout] note: required by a bound in `Peek::<'mem>::new`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19
[INFO] [stdout]     |
[INFO] [stdout]  77 |     pub fn new<S: Facet>(s: &'mem S) -> Self {
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Peek::<'mem>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OptStaticFoo: Facet` is not satisfied
[INFO] [stdout]    --> tests/json-write.rs:116:26
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let peek = Peek::new(&test_struct);
[INFO] [stdout]     |                --------- ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                |
[INFO] [stdout]     |                required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet` is not implemented for `OptStaticFoo`
[INFO] [stdout]    --> tests/json-write.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     struct OptStaticFoo {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet`:
[INFO] [stdout]               &[T]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 47 others
[INFO] [stdout] note: required by a bound in `Peek::<'mem>::new`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19
[INFO] [stdout]     |
[INFO] [stdout]  77 |     pub fn new<S: Facet>(s: &'mem S) -> Self {
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Peek::<'mem>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CowFoo: Facet` is not satisfied
[INFO] [stdout]    --> tests/json-write.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |     let peek = Peek::new(&test_struct);
[INFO] [stdout]     |                --------- ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                |
[INFO] [stdout]     |                required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Facet` is not implemented for `CowFoo`
[INFO] [stdout]    --> tests/json-write.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     struct CowFoo {
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Facet`:
[INFO] [stdout]               &[T]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 47 others
[INFO] [stdout] note: required by a bound in `Peek::<'mem>::new`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/facet-peek-0.2.14/src/lib.rs:77:19
[INFO] [stdout]     |
[INFO] [stdout]  77 |     pub fn new<S: Facet>(s: &'mem S) -> Self {
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Peek::<'mem>::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-json-write` (test "json-write") due to 11 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84", kill_on_drop: false }`
[INFO] [stdout] 55e7b388b72f84d33e9d77752b6a8764cf9f69292d1eefecfa313927d6ef9f84
